/* CSS Document */
/**common**/
* { margin: 0; padding: 0; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif; }
table, td, tr, th { border-collapse: collapse; border-spacing: 0; font-size: 14px; }
ol, ul { list-style: none; }
li { list-style-type: none; }
img { vertical-align: middle; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: normal; }
address, cite, code, em, th, i { font-weight: normal; font-style: normal; }
.clear { clear: both; *zoom:1;
}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#0a1a3e;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#0a1a3e;
}
body{min-width:1300px;}
.w1200 { width: 1200px; margin: 0 auto; }

/*========== New 首页样式 begin ==========*/

/*头部及logo区域*/
.h_headtop { font-size: 0; padding: 11px 0; background: #f5f5f5; }
.h_headtop .hyc { font-size: 14px; color: #777777; line-height: 16px; background: url(../images/Home.png) no-repeat left center; padding-left: 25px; }
.h_headtop .ppc { font-size: 14px; color: #777777; line-height: 16px; }
.h_headtop .ppc a { font-size: 14px; color: #777777; }
.h_headtop .ppc a:hover { color: #009899; }
.h_top { font-size: 0; padding: 0 0; }
.h_top .logo { }
.h_top .logo a { display: block; }
.h_top .logo img { height: 106px; }
.h_top .tel { padding: 7px 0 7px 53px; background: url(../images/top_tel.png) no-repeat left center; margin: 20px 0; max-width: 272px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.h_top .tel span { font-size: 14px; color: #777; display: block; line-height: 100%; }
.h_top .tel p { font-size: 32px; color: #333; font-weight: bold; line-height: 100%; margin-top: 7px; }

/*导航*/
.ly_nav { width: 100%; margin: 0; background-color: #e5edf8; }
.nav { width: 100%; }
.nav_item { float: left; position: relative; margin: 0; width: 12.5%; }
.nav_item:after { content: ''; display: block; width: 100%; height: 55px; position: absolute; top: 0; left: 0; z-index: 0; }
.nav_item > a { display: block; width: 100%; height: 55px; line-height: 55px; color: #575354; font-size: 16px; text-align: center; -webkit-transition: all .4s; transition: all .4s; text-decoration: none; position: relative; z-index: 1; }
.nav_item:hover>a { color: #fff; }
.nav_item:hover:after { background-color: #009899; }
.nav_item.on>a { color: #fff; }
.nav_item.on:after { background-color: #009899; }
.nav_item > a:hover:after { width: 50%; }
.nav_item > a.active:after { width: 50%; }
.menu_open { display: none; }
.nav_item_open { width: 100%; height: auto; position: absolute; left: 0; top: 100%; z-index: 10; box-shadow: 0 4px 8px 0 rgba(0,12,49,0.1); background: rgba(0,0,0,.5); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; border-top: 4px solid #01557a; margin-top: 0; }
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.subopen { display: none; }
.nav_item2 { width: 100%; line-height: 48px; }
.nav_item2 a { display: block; padding: 0 4%; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: #fff; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.nav_item2:hover a { background-color: #009899; color: #fff; text-decoration: none; }
.hcover { display: none; }


/* banner 开始 */
.swiper-container1 { width:100%; height:600px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.swiper-container1 .swiper-slide { background-size:1920px 600px!important; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
/*分页器*/
.swiper-container1 .swiper-pagination { width:100%; height:12px; overflow:hidden; margin:0; padding:0; left:0; bottom:20px!important;}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet { width:12px; height:12px; margin:0 5px!important; border-radius:50%; opacity:1; background:#fff;}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {background:#009899;}


/*首页产品搜索*/
.h_search { background: #fff; height: 56px; border-bottom: 1px solid #f1f1f1; }
.h_search .w1200>.fl { width: 65%; position: relative; }
.h_search .w1200>.fl .bd { line-height: 56px; color: #777; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.h_search .w1200>.fl .bd span { color: #333; }
.h_search .fr { width: 30%; }
.h_search .fr .search { background: #ffffff; overflow: hidden; margin: 10px 0; width: 100%; }
.h_search .fr .search .input { width: 85%; height: 35px; padding: 0 5%; font-size: 14px; border: 1px solid #f6f6f6; border-right: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-right: -10px; outline: none; background: #f6f6f6; }
.h_search .fr .search .submit { width: 15%; height: 35px; background: #009899 url(../images/search.png) no-repeat center; cursor: pointer; border: none; outline: none; }

/*首页产品展示*/
.h_product_box { padding-top: 40px; padding-bottom: 60px; }
.h_public_title { text-align: center; margin-bottom: 40px; }
.h_public_title p { font-size: 35px; color: #ccc; font-weight: bold; text-transform: uppercase; }
.h_public_title span { display: block; font-size: 25px; color: #333; background: url(../images/bt_line.png) no-repeat center; }

/*产品分类*/
.h_product_box .h_left { width: 22%; float: left; background: #FFF; overflow: hidden; margin-right: 18px; }
.cp_type { margin-bottom: 30px; }
.cp_type .hd { text-align: center; background: #009899; padding: 14px 3%; }
.cp_type .hd p { font-size: 28px; font-weight: bold; color: #fff; }
.cp_type .hd span { display: block; font-size: 16px; color: #74b3b3; text-transform: uppercase; font-weight: bold; }
.cp_type .bd { border: 3px solid #009899; }
.cp_type .bd ul li { margin-bottom: 1px; }
.cp_type .bd ul li:nth-child(even) { background: #f3f9f9; }
.cp_type .bd ul li:nth-child(odd) { background: #fff; }
.cp_type .bd ul li p { height: 48px; line-height: 48px; border-bottom: 1px solid #f4f7fc; }
.cp_type .bd ul li p a { font-size: 15px; color: #333; display: block; width: 74%; padding: 0 0 0 6%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left; }
.cp_type .bd ul li p span { display: block; width: 20%; height: 100%; background: url(../images/mulu1.png) center center no-repeat; cursor: pointer; float: left; }
.cp_type .bd ul li div { background: #fff; display: none; }
.cp_type .bd ul li div a { display: block; height: 50px; line-height: 50px; color: #666; font-size: 14px; border-bottom: 1px solid #f4f7fc; padding: 0 10% 0 10%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: url(../images/icon2.png) 6% center no-repeat; }
.cp_type .bd ul li p:hover span { background: url(../images/mulu2.png) center center no-repeat; }
.cp_type .bd ul li.on p span { background: url(../images/mulu3.png) center center no-repeat; }
.cp_type .bd ul li div a:hover { color: #009899; background: url(../images/icon3.png) 6% center no-repeat; }
.cp_type .bd ul a.ckqb { display: block; height: 34px; line-height: 34px; font-size: 16px; color: #333; background: #f1f1f1; width: 94%; margin: 10px auto; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; }
.cp_type .bd ul a.ckqb:hover { background: #364fa1; color: #fff; }

/*右侧产品展示*/
.h_product_box .h_right { width: 75%; float: right; }
.h_product_box .h_pro_list li { width: 31%; margin-right: 3%; margin-bottom: 25px; transition: all .3s; float: left; border: 1px solid #ddd; box-sizing: border-box; }
.h_product_box .h_pro_list li:nth-child(3n) { margin-right: 0; }
.h_product_box .h_pro_list li .pic { display: block; height: 200px; border-bottom: 0; text-align: center; position: relative; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; overflow: hidden; }
.h_product_box .h_pro_list li .pic:after { content: ''; display: block; opacity: 0; width: 100%; height: 100%; background: rgba(0,161,236,.8) url(../images/pro_hover.png) 10% center no-repeat; position: absolute; top: 0; left: 0; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; }
.h_product_box .h_pro_list li .pic img { max-width: 95%; max-height: 95%; vertical-align: middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s; }
.h_product_box .h_pro_list li .pic .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.h_product_box .h_pro_list li .tlt { display: block; text-align: center; height: 45px; line-height: 45px; color: #666; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; padding: 0 5%; margin: 5% 0 2%; }
.h_product_box .h_pro_list li .ckgd { display: block; margin: 0 auto; font-size: 14px; color: #666; text-align: center; margin: 5% auto 10%; border: 1px solid #666; width: 50%; height: 35px; line-height: 35px; }
.h_product_box .h_pro_list li:hover { border: 1px solid #009899; }
.h_product_box .h_pro_list li:hover .tlt { color: #009899; }
.h_product_box .h_pro_list li:hover .pic img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }
.h_product_box .h_pro_list li:hover .ckgd { border: 1px solid #009899; color: #009899; }

/*首页推荐产品*/
.h_prorom_box { width: 100%; min-height: 480px; background: url(../images/tjcp_bg.png) no-repeat; padding: 60px 0 0; }
.h_prorom_box .h_public_title { text-align: center; margin-bottom: 40px; }
.h_prorom_box .h_public_title p { font-size: 35px; color: #fff; font-weight: bold; text-transform: uppercase; }
.h_prorom_box .h_public_title span { display: block; font-size: 25px; color: #fff; background: url(../images/bt_line_white.png) no-repeat center; }

.lyTest2 { width:90%; margin:20px auto; padding:0 60px; position:relative;}
.swiper-container2 { width:100%; overflow:hidden; margin:0 auto; padding:0 0 20px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.swiper-container2 .swiper-slide {border: 1px solid #ddd; box-sizing: border-box; background: #fff; }
.swiper-container2 .swiper-slide .pic { display: block; height: 200px; border-bottom: 0; text-align: center; position: relative; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; overflow: hidden; }
.swiper-container2 .swiper-slide .pic:after { content: ''; display: block; opacity: 0; width: 100%; height: 100%; background: rgba(0,161,236,.8) url(../images/pro_hover.png) 10% center no-repeat; position: absolute; top: 0; left: 0; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; }
.swiper-container2 .swiper-slide .pic img { max-width: 95%; max-height: 95%; vertical-align: middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s; }
.swiper-container2 .swiper-slide .pic .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.swiper-container2 .swiper-slide .tlt { display: block; text-align: center; height: 45px; line-height: 45px; color: #666; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; padding: 0 5%; margin: 5% 0 2%; }
.swiper-container2 .swiper-slide .ckgd { display: block; margin: 0 auto; font-size: 14px; color: #666; text-align: center; margin: 5% auto 10%; border: 1px solid #666; width: 50%; height: 35px; line-height: 35px; }
.swiper-container2 .swiper-slide:hover { border: 1px solid #009899; }
.swiper-container2 .swiper-slide:hover .tlt { color: #009899; }
.swiper-container2 .swiper-slide:hover .pic img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }
.swiper-container2 .swiper-slide:hover .ckgd { border: 1px solid #009899; color: #009899; }
/*分页器*/
.lyTest2 .swiper-button-prev2, .lyTest2 .swiper-button-next2 { width:42px!important; height:42px!important; position:absolute; top:50%!important; margin:-34px 0 0!important; cursor:pointer;}
.lyTest2 .swiper-button-prev2 { background:url(../images/jiantou_l.png) center center no-repeat;left:0;}
.lyTest2 .swiper-button-next2 { background:url(../images/jiantou_r.png) center center no-repeat;right:0;}

/*首页新闻中心*/
.h_news_box { width: 100%; background: #f5f5f5; padding: 66px 0; }
.zi_l { overflow: hidden; width: 245px; margin: 0 auto 45px; }
.zi_l ul li { float: left; height: 42px; line-height: 42px; border: 1px solid #ccc; margin-right: 20px; width: 112px; text-align: center; box-sizing: border-box; }
.zi_l ul li a { color: #999; font-size: 16px; display: block; }
.zi_l ul li:last-child { margin-right: 0; }
.zi_l ul li.cur { background: #009899; border: none; }
.zi_l ul li.cur a { color: #fff; display: block; }
.zi_l span { display: inline-block; float: right; }
.zi_l span img { margin-left: 11px; display: inline-block; }
.zi_n1 ul li { width: 46.5%; height: 80px; background: #fff; float: left; padding: 1%; margin: 0 3% 25px 0; }
.zi_n1 ul li:nth-child(2n) { margin-right: 0; }
.zi_n1 ul li .time { width: 20%; float: left; text-align: center; background: #009899; height: 70px; padding-top: 10px; }
.zi_n1 ul li .time .year { font-size: 20px; color: #fff; font-weight: normal; }
.zi_n1 ul li .time span { width: 20%; margin: 0 auto; height: 2px; background: #fff; display: block; }
.zi_n1 ul li .time .month { font-size: 22px; color: #fff; font-weight: bold; }
.zi_n1 ul li .wz { float: right; width: 77%; }
.zi_n1 ul li .wz a.InfoTitle { display: block; font-size: 16px; color: #31373f; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 3px; }
.zi_n1 ul li .wz p { font-size: 14px; line-height: 24px; margin-top: 5px; height: 50px; overflow: hidden; color: #888d93; }
.zi_n1 ul li:hover .wz a.InfoTitle { color: #009899; }
.zi_n1 ul li:hover { background: #fdfdfd; _cursor: pointer; }

/*首页关于我们*/
.h_about_box { width: 100%; background: url(../images/about_bg.png) repeat-y; padding: 66px 0; min-height: 487px; }
.con_syabout { margin: 50px 0; }
.about_tlt { font-size: 24px; color: #666; }
.con_img_about { float: right; width: 48%; height: 346px; }
.con_img_about img { width: 100%; height: 100%; }
.con_left_about { text-align: left; float: left; width: 48%; }
.con_left_about p.desc { font-size: 14px; color: #fff; color: #666; padding: 30px 0; line-height: 30px; height: 150px; overflow: hidden; text-indent: 2em; }
.btn-more1 { color: #fff; display: block; width: 142px; text-align: center; height: 37px; line-height: 37px; float: left; margin-top: 56px; background: #009899; }

/*首页合作伙伴*/
.h_case_box { margin: 50px 0; }
.h_case_scoll { width: 100%; padding: 10px 0 25px; }
.h_case_scoll .item { position: relative; }
.h_case_scoll .lSPrev, .h_case_scoll .lSNext { background: url(../images/cjiantou_l.png) center center no-repeat; width: 12px; height: 18px; position: absolute; left: -30px; top: 50%; margin-top: -12px; cursor: pointer; }
.h_case_scoll .lSNext { left: auto; right: -30px; background: url(../images/cjiantou_r.png) center center no-repeat; }
.h_case_scoll .content-slider { width: 100%; overflow: hidden; }
.h_case_scoll .content-slider li .pic { display: block; width: 100%; float: left; height: 80px;border:1px solid #f5f5f5; text-align: center; position: relative; overflow: hidden; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.h_case_scoll .content-slider li .pic img { max-width: 95%; max-height: 95%; vertical-align: middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s; }
.h_case_scoll .content-slider li .pic .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.h_case_scoll .content-slider li .pic:hover img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }
.h_case_scoll .lSPager { display: none; }


.lyTest3 { width:95%; margin:20px auto; padding:0 30px; position:relative;}
.swiper-container3 { width:100%; overflow:hidden; margin:0 auto; _padding:0 0 20px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.swiper-container3 .swiper-slide {}
.swiper-container3 .swiper-slide .pic { display: block; width: 100%; float: left; height: 80px; background: #fff;border: 1px solid #efefef; text-align: center; position: relative; overflow: hidden; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.swiper-container3 .swiper-slide .pic img { max-width: 95%; max-height: 95%; vertical-align: middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s; }
.swiper-container3 .swiper-slide .pic .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.swiper-container3 .swiper-slide .pic:hover img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }
/*分页器*/
.lyTest3 .swiper-button-prev3, .lyTest3 .swiper-button-next3 { width:12px!important; height:18px!important; position:absolute; top:84%!important; margin:-34px 0 0!important; cursor:pointer;}
.lyTest3 .swiper-button-prev3 { background:url(../images/cjiantou_l.png) center center no-repeat;left:0;}
.lyTest3 .swiper-button-next3 { background:url(../images/cjiantou_r.png) center center no-repeat;right:0;}



/*首页友情链接*/
.h_link_box { width: 1200px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; margin: 0 auto 20px; padding: 20px 0 0; min-height:40px; }
.h_link_box .link_bt { font-size: 16px; font-weight: bold; color: #2f3640; width: 15%; float: left; }
.h_link_box .link_bt span { color: #c7c7c7; text-transform: uppercase; }
.h_link_box .link_list { width: 85%; float: left; }
.h_link_box .link_list a { display: block; float: left; padding: 0 2%; color: #666; margin-bottom: 20px; }
.h_link_box .link_list a:hover { color: #009899; }

/*底部*/
.pc_foot { width: 100%; background: #383d45; }
.pc_ft_main { padding: 20px 0 0; position: relative; }
.pc_ft_main .ft_list { float: left; overflow: hidden; padding: 0; width: 80%; }
.ft_list ul li { width: 18%; height: 220px; overflow: hidden; padding: 20px 0 0 0; border-right: 1px solid rgba(255, 255, 255, 0.1); float: left; box-sizing: border-box; -moz-box-sizing: border-box;/* Firefox */ -webkit-box-sizing: border-box;/* Safari */ margin-left: 5%; }
.ft_list ul li b { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #ccc; font-size: 20px; margin: 0 auto 20px; padding: 0; display: block; }
.ft_list ul li a { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 33px; color: #797e85; font-size: 15px; margin: 0 auto; padding: 0; }
.ft_list ul li:first-child { text-align: left; }
.ft_list ul li:nth-child(2){ margin-left:3%; width:20%; padding-right:3%; box-sizing:border-box;}
.ft_list ul li:nth-child(2) a{ display:block;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ft_ewm { overflow: hidden; margin: 0; padding: 0; float: right; margin-top: 20px; width: 18%; text-align: center; }
.ft_ewm img { max-height: 100%; max-width: 100%; }
.ft_ewm p { color: #fff; font-size: 14px; margin: 10px 0; }
.ft_ewm p span { display: block; font-size: 16px; font-weight: bold; color: #50a00e; margin-top: 2px; }
.ft_ewm b { width: 100%; overflow: hidden; color: #fff; font-size: 14px; text-align: center; margin: 10px 0; padding: 0; display: block; }
.foot_icona { border-top: 1px solid #4c525a; margin-top: 30px; }
.foot_icona span { display: block; float: left; height: 55px; line-height: 55px; padding-left: 25px; color: #ccc; font-size: 14px; margin-right: 15px; max-width: 370px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.foot_icona span.address { background: url(../images/icon_foot1.png) left center no-repeat; }
.foot_icona span.email { background: url(../images/icon_foot3.png) left center no-repeat; }
.foot_icona span.fax { background: url(../images/icon_foot4.png) left center no-repeat; }
.pc_foot .ft_copy { width: 100%; overflow: hidden; color: #888; font-size: 14px; padding: 14px 0; border-top: 1px dotted rgba(255, 255, 255, 0.1); background: #30343b; }
.pc_foot .ft_copy a { color: #888; }
.ft_copy a.cp_lk { display: inline-block; float: right; color: #888; }

/**nybanner**/
.nybanner { width:100%; height:300px; overflow: hidden; margin: 0 auto; padding: 0; position: relative;}
.nybanner img { display: block; width: 1920px; height: 300px; overflow: hidden; margin: 0 0 0 -960px; position: absolute; left: 50%; top: 0;}

/*内页面包屑导航*/
.ny_bread_nav{width:100%;padding:20px 0;line-height:24px;font-size:14px;color:#555;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_bread_nav img{margin-right:5px;vertical-align:middle;margin-top:-2px;}
.ny_bread_nav a{font-size:14px;color:#555;}
.ny_bread_nav a:hover{color:#009899;}

/*内页关于我们*/
/*1、公司简介*/
.ny_about_tlt{margin-bottom:40px;}
.ny_about_tlt p{font-size:30px;font-weight:bold;color:#e4e3e3;text-transform : uppercase;text-align:center;}
.ny_about_tlt span{display:block;width:360px;height:2px;background:#dedede;position:relative;margin:20px auto 0;}
.ny_about_tlt span em{display:block;width:135px;height:38px;line-height:38px;text-align:center;font-size:24px;color:#372e2c;background:#fff;position:absolute;top:-50%;margin-top:-19px;left:50%;margin-left:-68px;}
.ny_about_gsjj{margin-bottom:35px;}
.ny_about_gsjj .conn .pic{width:50%;float:left;height:350px;text-align:center;margin:8px 25px 15px 0;}
.ny_about_gsjj .conn .pic img{max-width:100%;max-height:100%;vertical-align:middle;}
.ny_about_gsjj .conn .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_about_gsjj .conn .wz{width:100%;font-size:15px;color:#777;line-height:34px;}
.ny_about_gsjj .conn .wz p,.ny_about_gsjj .conn .wz span{font-size:15px;color:#777;line-height:34px;}
/*2、荣誉资质*/
.ny_honor_scoll{width:100%;padding:10px 0 25px;}
.ny_honor_scoll .item{position:relative;}
.ny_honor_scoll .lSPrev,.ny_honor_scoll .lSNext{ background:url(../images/jiantou_l.png) center center no-repeat; width:42px; height:42px; position:absolute; left:-60px; top:50%;margin-top:-22px;cursor:pointer;}
.ny_honor_scoll .lSNext{ left:auto; right:-60px;  background:url(../images/jiantou_r.png) center center no-repeat; }
.ny_honor_scoll .content-slider{ width:100%; overflow:hidden;}
.ny_honor_scoll .content-slider li .pic{display:block;width:100%;float:left;height:260px;border:1px solid #DDDDDD;text-align:center;position:relative;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider li .pic img{max-width:95%;max-height:95%;vertical-align:middle;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;transition: all .25s;}
.ny_honor_scoll .content-slider li .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_honor_scoll .content-slider li .pic:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
.ny_honor_scoll .lSPager{display:none;}

.lyTest4 { width:1080px; margin:20px auto; padding:0 60px; position:relative;}
.swiper-container4 { width:100%; overflow:hidden; margin:0 auto; padding:0 0 20px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.swiper-container4 .swiper-slide {}
.swiper-container4 .swiper-slide .pic{display:block;width:100%;float:left;height:260px;border:1px solid #DDDDDD;text-align:center;position:relative;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.swiper-container4 .swiper-slide .pic img{max-width:95%;max-height:95%;vertical-align:middle;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;transition: all .25s;}
.swiper-container4 .swiper-slide .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.swiper-container4 .swiper-slide .pic:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
/*分页器*/
.lyTest4 .swiper-button-prev4, .lyTest4 .swiper-button-next4 { width:42px!important; height:42px!important; position:absolute; top:50%!important; margin:-34px 0 0!important; cursor:pointer;}
.lyTest4 .swiper-button-prev4 { background:url(../images/jiantou_l.png) center center no-repeat;left:0;}
.lyTest4 .swiper-button-next4 { background:url(../images/jiantou_r.png) center center no-repeat;right:0;}


/*3、企业文化*/
.ny_about_qywh{background:#f7f7f7;padding:60px 0;}
.ny_about_qywh ul.conn li{background:#fff;border-radius:10px;float:left;margin-right:2%;width:23.5%;padding:40px 0;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.ny_about_qywh ul.conn li:nth-child(4n){margin-right:0;}
.ny_about_qywh ul.conn li p{font-size:18px;color:#555;text-align:center;padding:0 4%;}
.ny_about_qywh ul.conn li em{display:block;width:40px;height:1px;background:#dedede;margin:15px auto;}
.ny_about_qywh ul.conn li span{display:block;text-align:center;font-size:14px;color:#555;padding:0 4%;height: 39px;overflow: hidden;}
.ny_about_qywh ul.conn li:hover{background:#009899;}
.ny_about_qywh ul.conn li:hover p{color:#fff;}
.ny_about_qywh ul.conn li:hover em{background:#fff;}
.ny_about_qywh ul.conn li:hover span{color:#fff;}

/*内页联系我们*/
.ly_contact { width:100%; overflow:hidden; margin:10px auto 50px; padding:0;}
.ly_contact .lxfs { width:100%; overflow:hidden; margin:70px auto 70px; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.ly_contact .lxfs { width:100%; overflow:hidden; margin:0 auto; padding:0; border-top:1px solid #d9d9d9; border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.lxfs ul li { width:33.333333%; height:400px; overflow:hidden; margin:0; padding:0; border-left:1px solid #d9d9d9; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.lx_icon { width:128px; height:128px; overflow:hidden; margin:60px auto; padding:0; background-color:#f8f8f8; border-radius:50%;}
.lxfs ul li span { display:block;width:100%; height:20px; overflow:hidden; line-height:20px; color:#666; font-size:16px; text-align:center; margin:0 auto 10px; padding:0;}
.lxfs ul li p { width:90%; height:40px;line-height:40px; color:#222; font-size:26px; font-family:"Arial"; text-align:center; margin:0 auto; padding:0; overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.lx_ewm { width:100%; height:440px; overflow:hidden; margin:40px auto; padding:0; background:url(../images/bg_weixin.jpg) center center no-repeat; background-size:cover;}
.lx_ewm span {display:block; width:100%;height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:32px; text-align:center; margin:80px auto 0; padding:0;}
.lx_ewm p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.lx_ewm img { display:block; width:160px; height:160px; overflow:hidden; margin:40px auto; padding:0;}
.lx_dz { width:97%; overflow:hidden; margin:50px auto 0; padding:1%;border:1px solid #d9d9d9;}
.lx_dz .dz_map { width:100%; overflow:hidden;height:350px;margin:0 auto;}


/*内页-在线留言 开始*/
.ly_NyOrder { width:1200px; overflow:hidden; margin:0 auto 60px; padding:0;}
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg h3 { display: none!important;}
.ly_msg ul { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg ul li { width: 100%; overflow: hidden; line-height: 44px; margin: 0 auto 30px!important; padding: 0; color: #999; font-size: 14px;}
.ly_msg ul li:last-child { margin:0 auto!important;}
.ly_msg ul li h4 { width: 12%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0 12px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara { width: 88%!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li .msg_ipt12 { width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 44px!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea { font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important; outline: none!important; resize: none!important;}

.ly_msg ul li .msg_ipt1 #selPvc { height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; padding: 0 15px!important; outline: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 160px!important;}
.ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left;}
.ly_msg ul li a.yzm_img {display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left;}
.ly_msg ul li a.yzm_img { width: 120px!important; height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important;}
.ly_msg ul li .msg_btn { width: 83%; overflow: hidden; margin: 0 auto; padding: 0; float: left;}
.ly_msg ul li .msg_btn { width: 88%!important;}
.msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 0 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.msg_btn input { width: 160px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-size: 15px!important; text-align: center!important; border: none!important; background-color: #009899!important; cursor: pointer!important;}
.msg_btn input:last-child { background-color: #bbb!important;}


/*内页产品展示*/
/*内页产品分类*/
.ny_left { width: 22%; float: left; background: #FFF; overflow: hidden; margin-right: 18px; }
/*右侧产品展示*/
.ny_right { width: 75%; float: right; }
.ny_right .ny_pro_list li { width: 31%; margin-right: 3%; margin-bottom: 25px; transition: all .3s; float: left; border: 1px solid #ddd; box-sizing: border-box; }
.ny_right .ny_pro_list li:nth-child(3n) { margin-right: 0; }
.ny_right .ny_pro_list li .pic { display: block; height: 200px; border-bottom: 0; text-align: center; position: relative; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; overflow: hidden; }
.ny_right .ny_pro_list li .pic:after { content: ''; display: block; opacity: 0; width: 100%; height: 100%; background: rgba(0,161,236,.8) url(../images/pro_hover.png) 10% center no-repeat; position: absolute; top: 0; left: 0; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; }
.ny_right .ny_pro_list li .pic img { max-width: 95%; max-height: 95%; vertical-align: middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s; }
.ny_right .ny_pro_list li .pic .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.ny_right .ny_pro_list li .tlt { display: block; text-align: center; height: 45px; line-height: 45px; color: #666; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; padding: 0 5%; margin: 5% 0 2%; }
.ny_right .ny_pro_list li .ckgd { display: block; margin: 0 auto; font-size: 14px; color: #666; text-align: center; margin: 5% auto 10%; border: 1px solid #666; width: 50%; height: 35px; line-height: 35px; }
.ny_right .ny_pro_list li:hover { border: 1px solid #009899; }
.ny_right .ny_pro_list li:hover .tlt { color: #009899; }
.ny_right .ny_pro_list li:hover .pic img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }
.ny_right .ny_pro_list li:hover .ckgd { border: 1px solid #009899; color: #009899; }

.ny_content_bd{min-height:500px;padding-top:15px; margin-bottom:30px;}

/*内页新闻*/
.ny_news_list li {width: 97%;height: 80px;background: #f2f2f2;float: left;padding: 1.5%;margin: 0 3% 25px 0;}
.ny_news_list li:nth-child(2n) { margin-right: 0; }
.ny_news_list li .time {width: 9%;float: left;text-align: center;background: #009899;height: 70px;padding-top: 10px;}
.ny_news_list li .time .year { font-size: 20px; color: #fff; font-weight: normal; }
.ny_news_list li .time span { width: 20%; margin: 0 auto; height: 2px; background: #fff; display: block; }
.ny_news_list li .time .month { font-size: 22px; color: #fff; font-weight: bold; }
.ny_news_list li .wz {float: left;width: 77%;margin-left: 2%;}
.ny_news_list li .wz a.InfoTitle { display: block; font-size: 16px; color: #31373f; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 3px; }
.ny_news_list li .wz p { font-size: 14px; line-height: 24px; margin-top: 5px; height: 50px; overflow: hidden; color: #888d93; }
.ny_news_list li .news_an{ display:block;float:right;width:10%;background: #999;height: 34px;line-height: 34px;text-align: center;color: #fff;margin-top: 25px;}
.ny_news_list li:hover .wz a.InfoTitle { color: #fff; }
.ny_news_list li:hover .wz p{ color:#fff;} 
.ny_news_list li:hover .time{ background:#04b3b4;}
.ny_news_list li:hover { background: #009899; _cursor: pointer; }
.ny_news_list li:hover .news_an{ background:#04b3b4;}


/*新闻详情*/
.ny_newsdetail{ margin:0 0 50px;}
.ny_newsdetail_title { width: 100%;line-height: 35px; font-size: 24px; text-align: center; font-weight: bold; margin: 0; color: #555; padding-bottom: 10px; }
.ny_newsdetail_tips { width: 100%; height: 25px; line-height: 25px; padding-bottom: 12px; border-bottom: 1px #e6e6e6 dashed; text-align: center; color: #999999;}
.ny_newsdetail_con { width: 100%; line-height: 30px; font-size: 14px; margin-top: 20px; color: #777777; min-height: 500px; }
.ny_newsdetail_con p { line-height: 30px; }
.ny_PrevNext { width: 100%; margin-top: 20px; padding-top: 20px; border-top: 1px solid #f1f1f1; }
.ny_PrevNext .Prev,.ny_PrevNext .Next { width: 100%; float: left; height: 26px; line-height: 26px; font-size: 14px; color: #555; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ny_PrevNext .Prev a,.ny_PrevNext .Next a { color: #555; }
.ny_PrevNext .Prev a:hover,.ny_PrevNext .Next a:hover { color: #009899; }


/*内页荣誉资质*/
.ny_honor .ny_honor_list{ min-height:300px;}
.ny_honor .ny_honor_list li { width: 22.75%; margin-right: 3%; margin-bottom: 25px; transition: all .3s; float: left; border: 1px solid #ddd; box-sizing: border-box; }
.ny_honor .ny_honor_list li:nth-child(4n) { margin-right: 0; }
.ny_honor .ny_honor_list li .pic { display: block; height: 200px; border-bottom: 0; text-align: center; position: relative; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; overflow: hidden; }
.ny_honor .ny_honor_list li .pic:after { content: ''; display: block; opacity: 0; width: 100%; height: 100%; background: rgba(0,161,236,.8) url(../images/pro_hover.png) 10% center no-repeat; position: absolute; top: 0; left: 0; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; }
.ny_honor .ny_honor_list li .pic img { max-width: 95%; max-height: 95%; vertical-align: middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s; }
.ny_honor .ny_honor_list li .pic .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.ny_honor .ny_honor_list li .tlt { display: block; text-align: center; height: 45px; line-height: 45px; color: #666; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; padding: 0 5%; margin: 5% 0 2%; }
.ny_honor .ny_honor_list li .ckgd { display: block; margin: 0 auto; font-size: 14px; color: #666; text-align: center; margin: 5% auto 10%; border: 1px solid #666; width: 50%; height: 35px; line-height: 35px; }
.ny_honor .ny_honor_list li:hover { border: 1px solid #009899; }
.ny_honor .ny_honor_list li:hover .tlt { color: #009899; }
.ny_honor .ny_honor_list li:hover .pic img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }
.ny_honor .ny_honor_list li:hover .ckgd { border: 1px solid #009899; color: #009899; }
.xq_himg{display:block;width:100%;height:400px;text-align:center;margin-bottom:40px;}
.xq_himg img{max-width:95%;max-height:95%;vertical-align:middle;}
.xq_himg .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}

/*产品列表页*/
.ny_list_pro li {height: 220px;overflow:hidden;margin:0 auto 20px;padding:0;}
.ny_list_pro li .ny_list_pro_c {display:block;height: 160px;overflow:hidden;margin:0 auto;padding: 2%;border:1px solid #eaeaea;background-color:#fff;}
.ny_list_pro li .ny_list_pro_c:hover { border:1px solid #009899;}
.ny_list_pro li .ny_list_pro_c .pro_img {width: 26%;height: 160px;overflow:hidden;margin: 0 20px 0 0;padding:0;float:left;position:relative;}
.ny_list_pro li .ny_list_pro_c .pro_img img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:0; padding:0; position:absolute; left:50%; top:50%; transform: translate3d(-50%,-50%,0); -webkit-transform: translate3d(-50%,-50%,0);}
.ny_list_pro li .ny_list_pro_c .pro_text {width: 53%;height: 150px;overflow:hidden;margin:0;padding:0;float:left;margin-top: 4px;}
.ny_list_pro li .ny_list_pro_c .pro_text b { width:100%; height:30px; overflow:hidden; line-height:30px; margin:20px auto; padding:0; color:#222; font-size:18px;}
.ny_list_pro li .ny_list_pro_c .pro_text b a{display:block;overflow: hidden; text-overflow: ellipsis; white-space:nowrap; color:#2f3430}
.ny_list_pro li .ny_list_pro_c:hover .pro_text b a{ color:#009899;}
.ny_list_pro li .ny_list_pro_c .pro_text p {width:100%;height: 70px;overflow:hidden;line-height:24px;margin: 5px auto 18px;padding:0;color:#999;font-size:14px;}
.pro_text b font, .pro_text p font { font-family:"Arial";}
.ny_list_pro li .ny_list_pro_c .pro_ck {width: 14%; padding:0 1%;height: 40px;overflow:hidden;line-height: 40px;color:#fff;font-size:14px;text-align:center;background-color:#009899;margin: 45px 0;float:right;}
.ny_list_pro li .ny_list_pro_c .pro_ck a{ color:#fff;}
.ny_list_pro li .ny_list_pro_c .pro_ck img {display:inline-block;width: 25px;height: 7px;overflow:hidden;margin:0 0 2px 10px;padding:0;}
.ny_list_pro li .others{color: #828282;font-size: 14px;height: 32px;line-height:30px;margin-bottom:15px;overflow: hidden;}
.ny_list_pro li .others i{color: #009899;font-style: normal;}
.ny_list_pro li .others span{display:block;float:left;margin-right:15px;height:30px;line-height:30px;padding:0 15px 0 32px;background: #f1f1f1;font-size:12px;max-width: 130px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ny_list_pro li .others span.cs1{background:#f1f1f1 url(../images/cs1.png) no-repeat 10px center;}
.ny_list_pro li .others span.cs2{background:#f1f1f1 url(../images/cs2.png) no-repeat 10px center;}

	
/*内页-产品详情 开始*/
.ly_NyProDetail { width:1200px; overflow:hidden; margin:0 auto 60px; padding:0;}

.ly_NyProDetail .lyNyProDetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyProDetail_con .lyNyProDetail_left { width:22%; overflow:hidden; margin:0; padding:0; float:left;}
.lyNyProDetail_con .lyNyProDetail_right { width:75%; overflow:hidden; margin:0; padding:0; float:right;}
.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 30px; padding:0 0 0 5px; border-bottom:1px solid #dfdfdf;}
.lyNyProDetail_ConTit p {height: 50px;overflow:hidden;line-height: 40px;color:#32353a;font-size: 23px;font-weight: 500;}


.lyNyProDetail_right .lyNyProDetail_ConText { width:100%; overflow:hidden; line-height: 28px; color: #555; font-size: 14px; margin:0 auto 30px; padding:0;}
.lyNyProDetail_ConText img, .lyNyProDetail_ConText table, 
.lyNyProDetail_ConText tr, .lyNyProDetail_ConText td, 
.lyNyProDetail_ConText p, .lyNyProDetail_ConText span, 
.lyNyProDetail_ConText div, .lyNyProDetail_ConText video, .lyNyProDetail_ConText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 28px; color: #555; font-size: 14px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.lyNyProDetail_ConText table tr td p { text-indent:0!important;}
.lyNyProDetail_ConText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}


.pro_detail_main { width:100%; height:auto; margin: 0 auto 40px; padding: 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #32353a; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:140px; overflow:hidden; margin:20px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 20px auto; padding: 0;}
.pro_detail_text ul li { width:50%; height:30px; overflow: hidden; line-height: 30px; color: #888; font-size: 15px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 10px auto; padding: 0; float:left;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333; font-weight: bold;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:0;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #009899;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #999;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #028283;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #565656;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; margin: 0; padding: 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:70px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
/*内页-产品详情 结束*/

/*内页相关文章*/
.lyNy_Xgwz { width:100%; overflow:hidden; margin:0 auto 30px; padding:0;}
.lyNy_Xgwz .Xgwz_tit { overflow:hidden; margin:0 auto; padding:20px; background-color:#009899; text-align:center;}
.Xgwz_tit p { height:40px; line-height:40px; color:#fff; font-size:28px; font-weight:bold; margin:0 auto; padding:0;}
.Xgwz_tit span{ display: block; font-size: 16px; color: #b3d2ef; text-transform: uppercase; font-weight: bold }
.lyNy_Xgwz .Xgwz_list { width:100%; min-height: 150px; overflow:hidden; margin:0 auto; padding:0 19px; border:3px solid #009899; border-top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 20px; border-bottom:1px dashed #dfdfdf; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li:last-child { border:0;}
.lyNy_Xgwz .Xgwz_list ul li em { display: block; width: 20px; height: 20px; overflow: hidden; margin: 0; padding: 0; background: url(../images/jt2.png) center center no-repeat; position: absolute; left: 0; top: 14px;}
.lyNy_Xgwz .Xgwz_list ul li:hover em { background: url(../images/jt3.png) center center no-repeat;}
.lyNy_Xgwz .Xgwz_list ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#32353a; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list ul li a:hover { color:#0a78d7;}


/*侧边漂浮*/
.client-2 {position:fixed;right:-170px;top:50%;z-index:99999;}
.client-2 li a {text-decoration:none;}
.client-2 li {margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0px auto;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:15px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#009899;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main {background:#009899;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img {width:115px;height:115px;}

/*分页样式 开始*/
.ny_pager_fy { text-align: center; margin: 30px auto 0; color: #555; font-size:14px;}
.ny_pager_fy a { display: inline-block; padding: 0 10px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size:14px;}
.ny_pager_fy a:hover { background: #009899; color: #ffffff; }
.ny_pager_fy a.pnnum1 { background: #009899; color: #ffffff; }
.ny_pager_fy input { display: inline-block; padding: 0 5px; background-color: #009899; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
.ny_pager_fy .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}

